home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 2
/
Merciful - Disc 2.iso
/
software
/
d
/
dustv2.46reg.lha
/
Dust
/
Examples
/
OldExamples
/
waves3DPREVIEW.bat
< prev
next >
Wrap
DOS Batch File
|
1995-12-15
|
435b
|
25 lines
!clear
;this script creates <frames> pictures of a spherical 3D-wave
;the cube should have a resolution of 10x10x10 points (or more)
;DustV1.83+ required
.frames=60
set(screen,t)
set(screendepth,5)
set(drawmode,color)
set(windowpri,1)
avail
load(1,cube)
color(1,255,0,0)
avail
copy(1,3)
avail
window(3,0,0,300,color,21,306,0.8,true,false)
avail
set(checkmouse,f)
for(i,1,frames)
wave3dframe(1,frames,i,3,s)
windowsave(1,pic.%)
end